home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Languages Suite
/
ProgramD2.iso
/
Borland
/
Borland C++ V5.02
/
OUTPUT.PAK
/
OUTPUT.RC
< prev
next >
Wrap
Text File
|
1997-05-06
|
2KB
|
65 lines
#include "resource.h"
#if !defined (WORKSHOP_INVOKED)
#include <windows.h>
#endif
#include "globals.h"
IDI_APPICON ICON DISCARDABLE "OUTPUT.ICO"
OUTPUT MENU DISCARDABLE
BEGIN
POPUP "&File"
BEGIN
MENUITEM "E&xit", IDM_EXIT
END
END
OUTPUT ACCELERATORS MOVEABLE PURE
BEGIN
"Q", IDM_EXIT, VIRTKEY, CONTROL
END
VS_VERSION_INFO VERSIONINFO
FILEVERSION 4,0,0,0
PRODUCTVERSION 4,0,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0xbL
#else
FILEFLAGS 0xaL
#endif
FILEOS 0x10001L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904e4"
BEGIN
VALUE "CompanyName", "Microsoft Corporation\0"
VALUE "FileDescription", "Output Example Application\0"
VALUE "FileVersion", "Version 4.0\0"
VALUE "InternalName", "Output\0"
VALUE "LegalCopyright", "Copyright \251 Microsoft Corp. 1990-1995\0"
VALUE "LegalTrademarks", "Microsoft\256 is a registered trademark of Microsoft Corporation. Windows(TM) is a trademark of Microsoft Corporation\0"
VALUE "OriginalFilename", "\0"
VALUE "ProductName", "Output\0"
VALUE "ProductVersion", "\0"
VALUE "ProductVersion", "Version 4.0\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1252
END
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_APPNAME "Output"
IDS_DESCRIPTION "Output Example Application"
END